home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
T-Z
/
WorldClassFonts.cpt
/
Font Index_World Class
/
background_2730.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
5KB
|
229 lines
-- background: 2730 from stack: in
-- bmap block id: 3072
-- flags: 0000
-- background id: 0
-- name: Font card
----- HyperTalk script -----
on newCard
tabKey
end newCard
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=64 top=24 right=41 bottom=185
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Font Name
-- part 15 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=272 top=24 right=41 bottom=343
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Font ID
-- part 16 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=424 top=24 right=41 bottom=503
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Font Type
-- part 29 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=6 top=303 right=337 bottom=45
-- title width / last selected line: 0
-- icon id / first selected line: 20186 / 20186
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Sort
----- HyperTalk script -----
on mouseUp
answer "Sort all cards of this stack according to:" with "Font Name" or "Font ID" or "Cancel"
if it is "Font Name"
then sort by first word of field "Font Name"
else if it is "Font ID"
then sort by value of field "Font ID"
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=46 top=303 right=337 bottom=85
-- title width / last selected line: 0
-- icon id / first selected line: 32670 / 32670
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
show all cards
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=464 top=303 right=337 bottom=503
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
doMenu "Compact Stack"
visual effect iris close
go "Home"
end mouseUp
-- part 34 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=424 top=303 right=337 bottom=463
-- title width / last selected line: 0
-- icon id / first selected line: 27009 / 27009
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Right Arrow
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go next card
end mouseUp
-- part 35 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=384 top=303 right=337 bottom=423
-- title width / last selected line: 0
-- icon id / first selected line: 9301 / 9301
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Left Arrow
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go prev card
end mouseUp
-- part 36 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=344 top=303 right=337 bottom=383
-- title width / last selected line: 0
-- icon id / first selected line: 5472 / 5472
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: First Arrow
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to first card
end mouseUp
-- part 37 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=86 top=303 right=337 bottom=125
-- title width / last selected line: 0
-- icon id / first selected line: 26070 / 26070
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Card
----- HyperTalk script -----
on mouseUp
doMenu "New Card"
end mouseUp
-- part 44 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=440 top=163 right=302 bottom=503
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: info
-- part 54 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=126 top=303 right=337 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 8538 / 8538
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Find
----- HyperTalk script -----
on mouseUp
doMenu "Find..."
end mouseUp